@charset "utf-8";
/*tips.css*/
.shade {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9998;
}
.tipsBox {
	position: absolute;
	z-index: 9999;
	padding: 3px;
	border-radius: 6px;
	background: url(../img/pop_content.png) repeat-x 50% top #eee;
	border: 1px solid #ddd;
	color: #333333;
}
.tips-title {
	border: 1px solid #E5E5E5;
	line-height: 18px;
	height: 18px;
	padding: 5px 8px;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url(../img/title_bg.png) repeat-x center #DEEDF7;
	font-weight: bold;
	cursor: move;
}
.tips-content {
	margin: 10px;
	background: #fff;
	font-size: 12px;
	overflow: auto;
}

.titleTxt {
	color: #009cff;
	font-size: 12px;
}
.closeBtn {
	width: 18px;
	right: 5px;
	top: 6px;
	height: 16px;
	position: absolute;
	cursor: pointer;
	background: url(../img/icon_delete.png) no-repeat;
}
.tips-copy {
	margin: 10px auto;
	line-height: 22px;
	height: 22px;
	width: 118px;
	color: #fff;
	background: url(../../../images/signUpBtn.jpg) repeat-x;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}